From: Richard M. Stallman Date: Wed, 19 May 1993 04:44:11 +0000 (+0000) Subject: (ispell-command-loop): Make an undo boundary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96172 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8fa51910a24c98c68c01550f5b8209ed7c99a558;p=emacs.git (ispell-command-loop): Make an undo boundary. --- diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 079e821a193..8f1b83d3851 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -493,6 +493,7 @@ L lookup; Q quit\n") (while flag (ispell-show-choices word message first-line) (message "Ispell command: ") + (undo-boundary) (let ((c (downcase (read-char))) replacement) (cond ((and (>= c ?0)